Flexible hose with elbow D13 90° 718 FM50, 3/4 x 1/2

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose with elbow D13 90° 718 FM50, 3/4 x 1/2:
8.59€/pc.
Ex Tax: 6.92€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-4394718MASP
EAN Code: 4750667107258
Qty
Tags:

D13 flexible hose with 90° elbow — FM50, 3/4 × 1/2 connections

Flexible hose with integrated elbow for angled connections; model FM50 with designation D13 and connection sizes 3/4X1/2 (marked 90^718). Check features and price before you buy at SityPro.

Key Benefits


    Flexible design for easier routing in confined areas
  • Integrated elbow (90^718) for compact angled connection
  • D13 designation for clear size identification
  • 3/4X1/2 connections for common fitting compatibility
  • FM50 model code simplifies replacement and ordering
  • Reduces need for extra fittings during installation

Applications

Suitable where an angled flexible connection is required; see application examples below.


    Connecting sink and basin fittings
  • Installing kitchen mixer taps
  • Links between fixtures and supply lines in tight spaces
  • Replacement of existing angled flexible hoses

What to Consider When Choosing


    Match the connection sizes 3/4X1/2 to your fittings
  1. Confirm the D13 designation fits your installation
  2. Verify the elbow marking 90^718 suits the required angle
  3. Ensure the FM50 model corresponds to the part you need
  4. Check price and availability on SityPro before you buy

Specifications


    Product type: Flexible hose with elbow
  • Designation: D13
  • Marking/angle: 90^718
  • Model: FM50
  • Connections: 3/4X1/2

Why Buy from SityPro


    Easy online ordering — buy quickly via SityPro
  • Transparent price and clear product features
  • Fast delivery and shipping options to Estonia and Finland
  • Helpful customer support for product selection
  • Convenient returns and replacement handling

Description provided by sitypro.com

Flexible hose with elbow D13 90° 718 FM50, 3/4 x 1/2
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка с угол. D13 90^ 718 FM50, 3/4X1/2

What is the Flexible hose with elbow D13 90° 718 FM50, 3/4 x 1/2 and what is it used for?

Flexible hose with elbow D13 90° 718 FM50, 3/4 x 1/2 is a flexible supply hose with an integrated 90° elbow (model 718 FM50); the D13 diameter and 3/4×1/2 connections make it suitable for connecting standard sanitary fixtures in confined spaces.

Is the D13 90° hose suitable for connecting a standard basin mixer?

Yes — the Flexible hose with elbow D13 90° 3/4×1/2 is intended for standard mixer and basin connections. Check that your mixer inlet matches the 3/4×1/2 thread before purchasing.

Can this hose be used for washing machine or dishwasher connections?

The D13 90° flexible hose can be used for appliance connections; its 3/4×1/2 threading fits most shut-off valves and adapters for washers/dishwashers. Verify your appliance inlet size before installation.

What are the advantages of the D13 90° elbow hose compared to a straight hose?

The D13 90° elbow hose saves space in confined areas, reduces the need for extra adapters, and prevents sharp bends during installation. The 718 FM50 model with 3/4×1/2 connections ensures standard compatibility.

What materials is the D13 90° flexible hose made of and how durable is it?

The listing describes the hose as a flexible D13 unit, model 718 FM50, with an integrated elbow. Durability corresponds to standard plumbing flexible hoses; ensure correct installation and avoid kinks for reliable service.

What lengths is the D13 90° hose available in and is it suitable for concealed installations?

The listing specifies D13 diameter and a 90° elbow but does not state length. The elbow design is suitable for concealed routing in tight spaces; confirm the required length with the seller before purchase.

Is model 718 FM50 compatible with other brands and how to choose a replacement?

718 FM50 is a product identifier; compatibility is determined by D13 diameter and 3/4×1/2 threads. For replacement, pick a hose with the same D13 size, 90° elbow and 3/4×1/2 connections.

Do I need an adapter to fit this hose to a boiler?

You normally won’t need an adapter if your boiler inlet uses 3/4×1/2 threads. If the boiler has a different thread, use the appropriate adapter.

How do I install the D13 90° flexible hose correctly to avoid damage?

Avoid sharp bends and twists, use the integrated 90° elbow to position the hose, tighten threaded connections evenly without over-torquing, and check for leaks after turning the water on.

How does the D13 90° 718 FM50 differ from other hose models in the Hoses category?

The 718 FM50 model features an integrated 90° elbow with D13 sizing and 3/4×1/2 threads, making it easier to install in tight spaces than straight hoses or hoses without an elbow.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');